DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<TKey,T> Class / KeyType Property

In This Topic
    KeyType Property (IndexedGroup<TKey,T>)
    In This Topic
    Gets the type of the key of the IndexedGroup<TKey,T>.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property KeyType As Type
    public override Type KeyType {get;}

    Property Value

    The same type as the TKey type parameter of the class.
    See Also